home *** CD-ROM | disk | FTP | other *** search
/ Risc World 3 / Risc World 3.iso / SOFTWARE / ISSUE2 / PD / VINCE / !ViNCe / ChangeLog < prev    next >
Text File  |  2002-07-10  |  4KB  |  128 lines

  1. 2002-07-10  vlefevre  <vincent@vinc17.org>
  2.  
  3.     * c.vncviewer: Distinguish between
  4.     _ Escape and Ctrl-[
  5.     _ Backspace and Ctrl-h (and Ctrl-Shift-h)
  6.     _ Delete and Ctrl-? (though the Wimp doesn't send anything for Ctrl-?)
  7.  
  8. 2002-07-09  vlefevre  <vincent@vinc17.org>
  9.  
  10.     * c.vncviewer:
  11.     Bug fixed: release the special keys (ctrl, alt) at the end.
  12.  
  13. 2002-07-08  vlefevre  <vincent@vinc17.org>
  14.  
  15.     * c.vncviewer: Shift-Up and PageUp distinguished, and so on...
  16.  
  17. 2002-07-07  vlefevre  <vincent@vinc17.org>
  18.  
  19.     * c.vncviewer:
  20.     Special keys: switch replaced by an array; Ctrl-keys should
  21.     now be taken into account.
  22.  
  23. 2002-07-06  vlefevre  <vincent@vinc17.org>
  24.  
  25.     * c.vncviewer: Version number written in the title bar.
  26.  
  27.     * c.vncviewer: Distinguish Return and Ctrl-M.
  28.  
  29.     * !Help: DeepKeys module now distributed with ViNCe.
  30.  
  31. 2002-07-05  vlefevre  <vincent@vinc17.org>
  32.  
  33.     * !Help: Note about Cerilica's DeepKeys module.
  34.  
  35.     * c.vncviewer: Home and Ctrl-^ distinguished using the DeepKeys module.
  36.  
  37.     * c.vncviewer: Fixed problems with Ctrl-key and Ctrl-Shift-key.
  38.     Problem with Ctrl-^ still remains.
  39.  
  40.     * c.vncviewer: Bug fixed in BlockCopy (rectangles weren't flushed).
  41.  
  42. 2002-07-04  vlefevre  <vincent@vinc17.org>
  43.  
  44.     * h.vncviewer, c.vncviewer, c.rfbproto, Config, !Help:
  45.     Optimization: fastcopy.
  46.  
  47.     * c.vncviewer, Config, !Help: Option to open the window on top.
  48.  
  49. 2002-07-03  vlefevre  <vincent@vinc17.org>
  50.  
  51.     * h.vncviewer, h.display, c.vncviewer, c.rfbproto, c.display, Makefile, Config:
  52.     Optimization for rfbFramebufferUpdate.
  53.     New option addrectshift.
  54.  
  55. 2002-06-30  vlefevre  <vincent@vinc17.org>
  56.  
  57.     * Makefile: Dependencies fixed.
  58.  
  59.     * h.sockets, h.rfbproto, c.sockets, c.rfbproto, Makefile:
  60.     Starting emacs on an empty file (using its special interface) and
  61.     typing lots of backspaces sometimes yielded the following problem:
  62.     ViNCe didn't receive anything any longer from the VNC server. There
  63.     were buffered RFBServer messages, but ViNCe didn't get them because
  64.     of the ip_ready test at the beginning of HandleRFBServerMessage().
  65.     Testing variable buffered cures the problem.
  66.  
  67.     * c.vncviewer: Support for Ctrl-underscore (useful for emacs).
  68.  
  69. 2002-06-29  vlefevre  <vincent@vinc17.org>
  70.  
  71.     * h/vnckeys, c/vncviewer: Home and End keys taken into account.
  72.  
  73. 2002-06-27  vlefevre  <vincent@vinc17.org>
  74.  
  75.     * c.sockets: Small optimization.
  76.  
  77. 2002-06-09  vlefevre  <vincent@vinc17.org>
  78.  
  79.     * c.vncviewer: Added back icon and toggle icon.
  80.  
  81.     * Config: Comment added. Option closewindow set to 0.
  82.  
  83.     * !Help: Credits updated.
  84.  
  85.     * !Help: VNC -> ViNCe.
  86.  
  87.     * c.vncviewer, Config, !Help: Help updated. VNC$Dir -> ViNCe$Dir.
  88.  
  89.     * c.vncviewer:
  90.     Function poll() fixed (some events weren't taken into account).
  91.  
  92. 2002-04-17  vlefevre  <vincent@vinc17.org>
  93.  
  94.     * c.vncviewer: VNC -> ViNCe.
  95.  
  96.     * !Boot: Added IconSprites command
  97.  
  98. 2002-03-17  vlefevre  <vincent@vinc17.org>
  99.  
  100.     * Makefile: Added Libs dependency.
  101.  
  102.     * zlib.h.zutil, zlib.h.zlib, zlib.h.zconf, zlib.h.inftrees, zlib.h.infutil, zlib.h.inffast, zlib.h.infcodes, zlib.h.infblock, zlib.c.zutil, zlib.c.infutil, zlib.c.inftrees, zlib.c.inflate, zlib.c.inffast, zlib.c.infcodes, zlib.c.infblock, zlib.c.adler32:
  103.     Update to zlib 1.1.4.
  104.  
  105. 2002-03-11  vlefevre  <vincent@vinc17.org>
  106.  
  107.     * !Help: Typos.
  108.  
  109.     * c.vncviewer, Config:
  110.     More checks about the IP address (type int -> unsigned int).
  111.     Option guess in config file.
  112.  
  113. 2002-03-10  vlefevre  <vincent@vinc17.org>
  114.  
  115.     * Config, !Run, !Boot:
  116.     !Boot file added. Choices path used for the config file.
  117.  
  118.     * c.vncviewer:
  119.     Buffer for config file name extended to 1024 characters + file name length
  120.     checked.
  121.  
  122.     * c.vncviewer: Patch by Henrik.
  123.  
  124.     * c.vncviewer: 2 bugs fixed.
  125.  
  126.     * zlib.Makefile/old, zlib.Makefile, c.vncviewer, c.sockets, c.rfbproto, c.ip, c.cursor, Makefile/old, Makefile:
  127.     Makefile and includes modified to compile with gcc + libscl.
  128.